home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00193.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  362 b   |  16 lines

  1. on enterFrame
  2.   global plant, plantcounter, starter, effectspath
  3.   plant = 0
  4.   plantcounter = 18
  5.   puppetSprite(27, 1)
  6.   puppetSprite(28, 1)
  7.   puppetSprite(29, 1)
  8.   sprite(5).visible = 1
  9.   sprite(4).visible = 0
  10.   set the keyUpScript to "dockeys"
  11.   repeat with i = 6 to 30
  12.     sprite(i).visible = 0
  13.   end repeat
  14.   sound playFile 1, effectspath & "night2.aif"
  15. end
  16.